home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Format 1995 June
/
MacFormat 25.iso
/
Shareware City
/
Developers
/
OutOfPhase1.1 Source
/
OutOfPhase Folder
/
SymbolicPitch.h
< prev
next >
Wrap
Text File
|
1994-03-31
|
608b
|
26 lines
/* SymbolicPitch.h */
#ifndef Included_SymbolicPitch_h
#define Included_SymbolicPitch_h
/* SymbolicPitch module depends on */
/* MiscInfo.h */
/* Audit */
/* Debug */
/* Definitions */
/* Frequency */
/* DataMunging */
/* Memory */
/* NoteObject */
/* Numbers */
/* SymbolicIsItInThere */
/* convert a pitch number into a heap allocated string describing it */
char* NumericPitchToString(short Pitch, unsigned long SharpFlatThing);
/* convert the string into a pitch and sharp/flat word. */
void StringToNumericPitch(char* String, short* Pitch,
unsigned long* SharpFlatThing);
#endif